body {
  color: #333333;
  font-family: Inter-Regular, PingFangSC-Regular, sans-serif, "microsoft yahei";
  background: #f6f6f6;
}

html {
  font-size: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #be1e12;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 15.6rem;
  max-width: 82%;
  margin: 0 auto;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  font-size: 0.2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.27rem 9%;
  top: 0;
}

.header .logo img {
  width: 7.2rem;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  position: relative;
  padding: 0 0.15rem 0.27rem;
  margin-bottom: -0.27rem;
}
.header .nav > li > a {
  display: block;
  position: relative;
  font-weight: bold;
}
.header .serachicon {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-left: 0.2rem;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav > li.on > a,
.header .nav > li:hover > a {
  color: #be1e12;
}
.header .side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.27rem;
  margin-bottom: -0.27rem;
}
.header .nav > li:hover .dropdown {
  display: block;
}
.header .dropdown {
  width: 2rem;
  display: none;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  border-top: 3px solid #be1e12;
  position: absolute;
  background: rgba(255, 255, 255, 1);
}
.header > .flex {
  align-items: flex-end;
}
.header .search {
  display: none;
  align-items: center;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 4.05rem;
}
.header .search.on {
  display: flex;
}
.header .search input {
  width: 100%;
  height: 0.52rem;
  border: 1px solid #ddd;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  background: none;
}
.header .search .btn {
  width: 0.52rem;
  height: 0.52rem;
  color: #fff;
  font-size: 0.18rem;
  background: #be1e12;
}
.header .search .btn img {
  width: 0.25rem;
}

.header .dropdown ul {
  font-size: 0.18rem;
  line-height: 0.58rem;
  background: #f8e8e7;
}
.header .dropdown ul li {
  padding: 0 0.2rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.header .dropdown ul ol {
  position: absolute;
  left: 100%;
  display: none;
  font-size: 0.16rem;
  top: 0;
  background: #f8e8e7;
  width: 1.5rem;
}
.header .dropdown ul li:hover ol {
  display: block;
}
.header .dropdown li a {
  display: block;
  transition: 0s;
}
.header .dropdown li:hover > a {
  color: #be1e12;
  font-weight: bold;
  background: url(../images/more.png) right center no-repeat;
  background-size: 0.18rem auto;
}

.tab_md {
  line-height: 0.52rem;
  width: 1.9rem;
  margin-top: -0.15rem;
  margin-right: 0.5rem;
}

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  font-size: 0.18rem;
  bottom: 0;
  left: 0;
  padding-top: 0.5rem;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu ul {
  border-top: 1px solid #be1e12;
}
.ws-wap-menu ul li {
  position: relative;
}
.ws-wap-menu ul > li > a {
  font-weight: bold;
  font-size: 0.15rem;
  padding: 0 0.14rem;
}
.ws-wap-menu ul i {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.ws-wap-menu ul i.on {
  border-width: 0 1px 1px 0;
}
.ws-wap-menu ul a.on {
  color: #be1e12;
  font-weight: bold;
}
.ws-wap-menu ul a {
  display: block;
  line-height: 0.44rem;
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ol {
  display: none;
}
.ws-wap-menu ol > li > a {
  font-size: 0.14rem;
  padding: 0 0.3rem;
}
.ws-wap-menu ol i {
  right: 0.35rem;
}
.ws-wap-menu .down {
  font-size: 0.13rem;
  display: none;
}
.ws-wap-menu .down a {
  padding-left: 0.5rem;
}
.ws-wap-menu.on {
  z-index: 98;
  opacity: 1;
}
.footer {
  padding-bottom: 0.3rem;
  background: url(../images/bg_11.png) bottom center no-repeat #fff;
  background-size: 100% auto;
  text-align: center;
}

.footer .hd {
  font-size: 0.18rem;
}
.footer .hd ul {
  padding: 0.2rem 0;
}
.footer .hd li {
  padding-top: 0.3rem;
  position: relative;
  border-bottom: 1px solid #be1e12;
  line-height: 0.41rem;
  padding-left: 1.2rem;
  text-align: left;
  padding-right: 1rem;
}
.footer .hd li > span {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #be1e12;
  width: 0.97rem;
  text-align: center;
  font-weight: bold;
}
.footer .hd li .link {
  display: flex;
  flex-wrap: wrap;
}
.footer .hd li .link > a {
  margin-right: 0.28rem;
}
.footer .hd .swiper-button-next,
.footer .hd .swiper-button-prev {
  top: auto;
  margin: 0;
  bottom: 0;
}
.footer .hd .swiper-button-prev {
  left: auto;
  right: 0.4rem;
}
.footer .hd .swiper-button-next {
  right: 0;
}
.footer .hd .swiper-button-next::after,
.footer .hd .swiper-button-prev::after {
  color: #999;
  font-size: 0.22rem;
}
.footer .swiper-slide {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.footer .logo {
  padding: 0.45rem 0 0.6rem;
}
.footer .logo img {
  width: 3.04rem;
}
.footer .bd {
  color: #fff;
  position: relative;
  line-height: 0.36rem;
}
.footer .bd .code {
  width: 1.24rem;
  position: absolute;
  right: 0;
  bottom: -0.1rem;
}
.footer .bd a {
  color: #fff;
  padding-left: 0.15rem;
}
/**/
.banner_info {
  font-size: 0.18rem;
  position: relative;
  color: #fff;
}
.banner_info a {
  color: #e8afaf;
}
.banner_info dt {
  font-size: 0.36rem;
}
.banner_info dd {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}

.banner_info > img {
  width: 100%;
}
.infobread {
  font-size: 0.18rem;
  background: #fff;
  position: relative;
  z-index: 8;
  line-height: 0.8rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.infobread .bread {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.infobread .bread i {
  width: 0.2rem;
  height: 0.19rem;
  background: url(../images/bread1.png) center no-repeat;
  display: block;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.infobread .bread span {
  color: #be1e12;
}
.infobread ul {
  display: flex;
}
.infobread ul li {
  margin-right: 0.5rem;
  position: relative;
}
.infobread ul li.on::before {
  content: "";
  width: 0.18rem;
  height: 0.07rem;
  background: url(../images/more.png) left center no-repeat;
  background-size: 0.18rem auto;
  position: absolute;
  left: -0.25rem;
  top: 50%;
  margin-top: -0.03rem;
}
.infobread ul li.on a {
  color: #be1e12;
  font-weight: bold;
}
.infobread li:hover::before {
  animation: arr 0.6s linear 0s infinite;
}

.news,
.footer {
  font-size: 0.16rem;
}
.news {
  padding-bottom: 0.5rem;
}
.news .a {
  padding: 0.4rem 0 0;
}
.news .a .data {
  color: #00105e;
}
.news .a h3 {
  font-weight: bold;
  font-size: 0.36rem;
  margin-top: 0.2rem;
}
.news .a h3 a {
  color: #be1e12;
}
.news .a .flex {
  padding-left: 0.02rem;
  background: url(../images/bg_03.jpg) right center no-repeat;
  background-size: 50% auto;
}
.news .a .flex .pic img {
  height: 4.6rem;
}
.news .a .box {
  padding: 0 0.4rem;
}
.news .a p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin: 0.4rem 0;
}
.news .a .box .more {
  border-top: 1px solid #ddd;
  padding-top: 0.4rem;
}
.news .a .box .more a {
  font-size: 0.18rem;
  color: #be1e12;
  line-height: 0.2rem;
  background: url(../images/1_07.png) right center no-repeat;
  background-size: 0.2rem auto;
  padding-right: 0.3rem;
  display: inline-block;
}
.news .a .swiper-pagination {
  text-align: right;
  padding-right: 0.4rem;
  padding-bottom: 0.4rem;
}
.news .a .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
}
.news .a .swiper-pagination-bullet-active {
  background: #be1e12;
}
.news .b {
  margin-top: 0.5rem;
}
.news .b .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.news .b .bd ul li {
  width: 50%;
  margin-bottom: 0.4rem;
  border: 1px solid #ddd;
}
.news .b .bd ul li a {
  padding: 0.4rem;
  background: #fff;
}
.news .b .bd ul li a:hover {
  color: #fff;
  background: url(../images/bg_05.jpg) center no-repeat;
  background-size: cover;
}
.news .b .bd ul li a:hover .data {
  background: url(../images/1_15.png) left center no-repeat;
  background-size: 0.16rem auto;
}
.news .b .bd ul li:nth-child(even) {
  border-left: none;
}
.news .b .bd ul li .flex_item + .flex_item {
  padding-left: 0.4rem;
}
.news .b .bd ul li h4 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.36rem;
  height: 1.25rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.news .b .bd ul li .data {
  background: url(../images/1_12.png) left center no-repeat;
  background-size: 0.16rem auto;
  padding-left: 0.25rem;
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
}
.pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 0.05rem;
}
.pages a:hover,
.pages a.focus {
  background: #be1e12;
  color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/**/
.culture {
  padding: 0.4rem 0;
  font-size: 0.18rem;
}
.culture .bd {
  padding-bottom: 0.4rem;
}
.culture .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.culture .bd ul li {
  width: 33.333%;
  padding: 0.2rem;
  text-align: center;
}
.culture .bd ul li a {
  display: block;
  position: relative;
}
.culture .bd ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0 0.15rem;
  height: 0.86rem;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0.3rem;
}
.culture .bd ul li:hover p {
  background: rgba(190, 30, 18, 0.9);
}
/**/
.culture .a .flex {
  align-items: stretch;
}
.culture .a .flex_item {
  background: url(../images/3_23.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.culture .a .box {
  padding: 0.45rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/3_23.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.culture .a .box .lists {
  display: flex;
  flex-wrap: wrap;
}
.culture .a .box .lists > div {
  margin-top: 0.2rem;
  width: 25%;
}
.culture .a .box .lists > div > a {
  display: flex;
  align-items: center;
}
.culture .a .box .lists i {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.1rem;
  background: url(../images/3_12.png) center no-repeat;
  background-size: 100% 100%;
}
.culture .a .box .lists a:hover i {
  background: url(../images/3_14.png) center no-repeat;
  background-size: 100% 100%;
}
.culture .a .box .title {
  font-size: 0.16rem;
  color: #666666;
  padding-bottom: 0.15rem;
  text-transform: uppercase;
}
.culture .a .box .title span {
  font-size: 0.42rem;
  padding-right: 0.1rem;
  color: #be1e12;
}
.culture .a .box h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #be1e12;
}
.culture .a .close {
  display: block;
  width: 0.2rem;
  z-index: 99;
  height: 0.2rem;
  background: url(../images/3_07.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.3rem;
  right: 0.45rem;
}
.culture .a .box .height {
  line-height: 0.4rem;
  height: 2.65rem;
  padding-right: 0.2rem;
  margin-top: 0.3rem;
  overflow-y: auto;
}
.culture .a .box .height h4 {
  font-weight: bold;

  font-size: 0.2rem;
}
.culture .a .box .height p {
  margin-top: 0.1rem;
}
/**/
.aboutus {
  font-size: 0.16rem;
}
.aboutus .a {
  padding: 0.4rem 0;
}
.aboutus .a .bd {
  padding-bottom: 0.4rem;
}
.aboutus .a .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.19rem;
}
.aboutus .a .bd li {
  font-size: 0.2rem;
  width: 33.333%;
  padding: 0.19rem;
}
.aboutus .a .bd li a {
  display: block;
  position: relative;
}
.aboutus .a .bd li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0.48rem;
  padding: 0 0.15rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutus .a .bd li:hover p {
  background: rgba(190, 30, 18, 0.9);
}
.aboutus .a_news {
  text-align: center;
}
.aboutus .a_news li p {
  font-size: 0.18rem;
  font-weight: bold;
}
/**/
.aboutus .b {
  padding-top: 0.4rem;
  margin: -0.2rem;
}
.aboutus .b a {
  display: block;
  background: #fff;
  margin: 0.2rem;
}
.aboutus .b a dl {
  padding: 0.2rem 0.3rem;
}
.aboutus .b a dl dt {
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.aboutus .b a dl dd {
  border-top: 1px solid #ddd;
  padding-top: 0.15rem;
  display: flex;
  color: #00105e;
  line-height: 0.2rem;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.aboutus .b a dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  transition: all 0.3s;
  border-top: 1px solid #be1e12;
}
.aboutus .b a:hover dl dd::before {
  width: 100%;
}
.aboutus .b a dl dd span + span {
  font-size: 0.24rem;
  color: #666;
}
.aboutus .b a:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.aboutus .b a:hover dl dd {
}
.aboutus .b .swiper {
  padding-bottom: 0.2rem;
}
.aboutus .b .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
}
.aboutus .b .swiper-pagination-bullet-active {
  background: #be1e12;
}
.aboutus .b .swiper-pagination {
  bottom: 0;
}
.aboutus .c {
  padding: 0.4rem 0;
}
.aboutus .c .bd {
  padding-bottom: 0.4rem;
}
.aboutus .c li {
  line-height: 0.77rem;
  padding: 0 0.3rem 0 0.6rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.aboutus .c li::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #00105e;
  border-radius: 50%;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.aboutus .c li:hover {
  background: url(../images/bg_06.jpg) center no-repeat;
  background-size: cover;
}
.aboutus .c li:hover a,
.aboutus .c li:hover a span {
  color: #fff;
}
.aboutus .c li:hover::before {
  border-color: #fff;
}
.aboutus .c li span {
  color: #00105e;
}
.aboutus .c li .flex_item {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/**/
.news .c {
  margin-top: 0.5rem;
}
.news .c .bd {
  padding-bottom: 0.4rem;
}
.news .c ul {
  border-bottom: 1px solid #ddd;
}
.news .c li a {
  display: flex;
  padding: 0.3rem;
  z-index: 5;
  position: relative;
  border-top: 1px solid #ddd;
}
.news .c li .pic {
  width: 3.8rem;
}
.news .c li h4,
.news .c li p {
  max-width: 80%;
}
.news .c li h4 {
  font-size: 0.26rem;
  color: #be1e12;
}
.news .c li p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.22rem;
}
.news .c li dl {
  width: 1.05rem;
  padding-top: 0.15rem;
  margin-right: 0.4rem;
  text-align: right;
  border-top: 2px solid #be1e12;
  color: #00105e;
  font-size: 0.14rem;
}
.news .c li dl dt span {
  color: #be1e12;
  font-size: 0.3rem;
  font-weight: bold;
}
.news .c li dl dd span {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.15rem;
  border: 1px solid #ccc;
  background: url(../images/8_03.png) center no-repeat;
  background-size: 0.2rem auto;
}
.news .c li:hover {
  box-shadow: 0 0 0.3rem rgba(190, 30, 18, 0.5);
  border-radius: 0 0.3rem;
}
.news .c li {
  position: relative;
}
.news .c li::after {
  content: "";
  display: block;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  border-radius: 0 0.3rem;
  background: url(../images/8_03.jpg) center no-repeat;
  background-size: cover;
  top: 50%;
  transform: translate(0, -50%);
}
.news .c li:hover::after {
  height: 100%;
}
.news .c li:hover a {
  color: #fff;
  border-top: 1px solid transparent;
}
.news .c li:hover h4,
.news .c li:hover dl,
.news .c li:hover dl dt span {
  color: #fff;
}
.news .c li:hover dl {
  border-color: #fff;
}
.news .c li:hover dl dd span {
  background: url(../images/8_06.png) center no-repeat;
  background-size: 0.2rem auto;
  border-color: #fff;
}
/**/
.aboutus .d {
  padding: 0.4rem 0 0.6rem;
  background: #fff;
}
.aboutus .d .title {
  font-weight: bold;
  color: #be1e12;
  font-size: 0.48rem;
}
.aboutus .d .title::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.04rem;
  background: #be1e12;
  margin: 0.3rem 0;
}
.aboutus .d .bd > span {
  color: #be1e12;
  font-size: 1.8rem;
  opacity: 0.03;
  position: absolute;
  right: 0;
  bottom: 95%;
  font-weight: bold;
}
.aboutus .d .bd {
  display: flex;
  position: relative;
}
.aboutus .d .bd > .flex_item + .flex_item {
  margin-left: 1.06rem;
}
.aboutus .d .bd p {
  line-height: 0.42rem;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.aboutus .d .bd p b {
  color: #be1e12;
}
.aboutus .d .bd li {
  display: flex;
  align-items: center;
  height: 1.55rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.24rem;
}
.aboutus .d .bd li .side {
  width: 60%;
  color: #be1e12;
}
.aboutus .d .bd li .side b {
  font-size: 0.72rem;
}
.aboutus .e {
  height: 6.4rem;
  background: url(../images/9_07.jpg) center no-repeat fixed;
  background-size: cover;
  color: #fff;
}
.aboutus .e .flex {
  height: 6.4rem;
  position: relative;
}
.aboutus .e .flex h3 {
  font-weight: bold;
  font-size: 0.48rem;
}
.aboutus .e .box {
  width: 6.1rem;
  position: absolute;
  padding: 0.57rem;
  right: 0;
  bottom: 0;
  background: #be1e12;
  line-height: 0.42rem;
  font-size: 0.18rem;
}
/**/
.newsitem {
  font-size: 0.16rem;
  padding: 0.4rem 0;
}
.newsitem .flex {
  align-items: stretch;
}
.newsitem .flex .side {
  width: 4.6rem;
  margin-left: 0.5rem;
}
.newsitem .flex .side .bg {
  background: #fff;
  padding: 0.3rem 0;
}
.newsitem .flex .side .title {
  font-size: 0.26rem;
  border-left: 3px solid #be1e12;
  padding-left: 0.15rem;
  line-height: 0.26rem;
}
.newsitem .flex .side ul {
  padding: 0 0.3rem;
}
.newsitem .flex .side li {
  padding: 0.2rem 0;
  border-bottom: 1px solid #ddd;
}
.newsitem .flex .side .pic {
  width: 1.6rem;
  margin-right: 0.2rem;
}
.newsitem .flex .side p {
  color: #001060;
  margin-top: 0.1rem;
}
.newsitem .flex .side h4 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsitem .left {
  width: 1.34rem;
  margin-right: 0.4rem;
}
.newsitem .left dl {
  color: #fff;
  text-align: center;
  background: #be1e12;
  border-radius: 0.2rem 0;
  padding: 0.22rem;
}
.newsitem .left dl dt {
  font-size: 0.48rem;
  line-height: 0.5rem;
}
.newsitem .left dl dd {
  padding-top: 0.15rem;
  border-top: 1px solid #fff;
  margin-top: 0.15rem;
}
.newsitem .left ul {
  margin-top: 1.1rem;
}
.newsitem .left li a {
  display: flex;
  align-items: center;
  line-height: 0.8rem;
  color: #666666;
}
.newsitem .left li a span {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  background: #001060;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsitem .left li a span img {
  width: 0.13rem;
}
.newsitem .hd h1 {
  color: #be1e12;
  font-size: 0.42rem;
}
.newsitem .hd p {
  color: #666;
  margin-top: 0.2rem;
}
.newsitem .hd p span {
  padding-right: 0.2rem;
}
.newsitem .bd {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.newsitem .bd img {
  margin: 0.1rem 0;
}
.newsitem .bd p {
  padding: 0.1rem 0;
}
div::-webkit-scrollbar {
  width: 7px;
}
div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0.2;
  background: #be1e12;
}
div::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f2d2d0;
}
@keyframes arr {
  0% {
    transform: translateX(-7px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-7px);
  }
}
/**/
.homepage {
  font-size: 0.16rem;
}
.homepage .banner img {
  width: 100%;
  transition: all 5s;
  height: 7.5rem;
}
.homepage .banner .ani-slide img {
  transform: scale(1.1);
}
.homepage .more {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/home_22.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .a .box {
  background: #fff;
  padding: 0.4rem;
  position: relative;
  z-index: 9;
  margin-top: -0.8rem;
}
.homepage .a .hd {
  text-align: center;
  font-size: 0.2rem;
}
.homepage .a .hd h2 {
  font-size: 0.48rem;
  margin-bottom: 0.15rem;
}
.homepage .a .hd h2 a {
  color: #be1e12;
}
.homepage .a .bd {
  display: flex;
  margin-top: 0.4rem;
}
.homepage .a .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #ddd;
  border-top: 1px solid #ddd;
  line-height: 0.74rem;
}
.homepage .a .title span {
  font-size: 0.34rem;
  color: #be1e12;
  border-top: 3px solid #be1e12;
}
.homepage .a .bd .inbanner {
  width: 64%;
  margin-right: 0.5rem;
}
.homepage .a .bd .inbanner img {
  height: 5.19rem;
}
.homepage .a .bd .inbanner p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(190, 30, 18, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.64rem;
  text-align: center;
}
.homepage .a .bd .swiper-button-next,
.homepage .a .bd .swiper-button-prev {
  color: #fff;
  top: auto;
  bottom: 0.08rem;
}
.homepage .a .bd .swiper-button-next::after,
.homepage .a .bd .swiper-button-prev::after {
  font-size: 0.2rem;
}
.homepage .a ul li {
  position: relative;
  border-bottom: 1px dotted #ddd;
}
.homepage .a ul li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  background: #be1e12;
  transition: all 0.3s;
  top: 0;
}
.homepage .a ul li:hover::before {
  width: 100%;
}
.homepage .a ul a {
  display: block;
  position: relative;
  padding: 0.15rem;
  z-index: 5;
}
.homepage .a ul a h4 {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  /*font-weight: bold;*/
}
.homepage .a ul a p {
  color: #00105e;
}
.homepage .a ul a:hover,
.homepage .a ul a:hover p {
  color: #fff;
}
.homepage .b {
  margin-top: 0.4rem;
}
.homepage .b .in {
  background: #fff;
  padding: 0.4rem;
}
.homepage .b .bd {
  display: flex;
  flex-wrap: wrap;
  margin: -0.4rem;
}
.homepage .b .box {
  width: 50%;
  padding: 0.4rem;
  position: relative;
}
.homepage .b .box:first-child::after {
  content: "";
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 0.4rem;
  right: 0;
  bottom: 0;
}
.homepage .b .box:first-child::before {
  content: "";
  border-right: 1px solid #eee;
  position: absolute;
  top: 0.4rem;
  right: 0;
  bottom: 0;
}
.homepage .b .box:nth-child(2)::after {
  content: "";
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 0;
  right: 0.4rem;
  bottom: 0;
}
.homepage .b .box:nth-child(3)::after {
  content: "";
  border-right: 1px solid #eee;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.4rem;
}
.homepage .b .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #be1e12;
  font-size: 0.34rem;
  margin-bottom: 0.1rem;
}
.homepage .b .box li {
  line-height: 0.5rem;
  position: relative;
}
.homepage .b .box li a {
  display: flex;
  position: relative;
  background: url(../images/home_26.png) left center no-repeat;
  background-size: 0.35rem auto;
  padding-left: 0.4rem;
  align-items: center;
}
.homepage .b .box li a::before {
  content: "";
  border-bottom: 1px solid #be1e12;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s;
}
.homepage .b .box li a:hover::before {
  width: 100%;
}
.homepage .b .box li:first-child a {
  background: url(../images/home_25.png) left center no-repeat;
  background-size: 0.35rem auto;
}
.homepage .b .box li:first-child a .flex_item {
  font-weight: bold;
  color: #be1e12;
}
.homepage .b .box li a span {
  color: #666;
}
.homepage .b .box li .flex_item {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .c .box {
  padding: 0.4rem;
  margin-top: 0.4rem;
  background: #fff;
  text-align: center;
}
.homepage .c .box .title {
  position: relative;
}
.homepage .c .box .title::before {
  content: "";
  border-bottom: 2px solid #00105e;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.homepage .c .box .title img {
  position: relative;
  width: 2.61rem;
  z-index: 5;
}
.homepage .c .box .bd {
  margin-top: 0.3rem;
}
.homepage .c .box .swiper-button-next,
.homepage .c .box .swiper-button-prev {
  width: 0.25rem;
  height: 0.52rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.homepage .c .box .swiper-button-prev {
  left: 0;
  border-radius: 0 0.05rem 0.05rem 0;
}
.homepage .c .box .swiper-button-next::after,
.homepage .c .box .swiper-button-prev::after {
  font-size: 0.2rem;
}
.homepage .c .box .swiper-button-next {
  right: 0;
  border-radius: 0.05rem 0 0 0.05rem;
}
.homepage .d .flex {
  color: #fff;
  font-size: 0.2rem;
  align-items: stretch;
  line-height: 0.42rem;
  background: url(../images/bg_04.png) right center no-repeat;
  background-size: cover;
  padding: 0 0.34rem 0 0;
  height: 6.25rem;
}
.homepage .d .flex_item {
  padding-left: 0.7rem;
}
.homepage .d .flex .pic {
  width: 65%;
  margin-top: -0.8rem;
  margin-left: 5%;
}
.homepage .d .swiper-slide {
  padding-top: 0.8rem;
}
.homepage .d dt {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #c74e4a;
  padding-top: 1.3rem;
  font-size: 1.2rem;
}
.homepage .d .bottom {
  position: absolute;
  bottom: 0.75rem;
  right: 0.34rem;
  display: flex;
  justify-content: flex-end;
}
.homepage .d .bottom .swiper {
  width: 4.2rem;
  color: #be1d13;
  font-size: 0.2rem;
  margin: 0;
  background: #fff;
  text-align: center;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}
.homepage .d .bottom .swiper img {
  width: 0.52rem;
  height: 0.52rem;
  margin-bottom: 0.1rem;
}
.homepage .d .bottom .swiper-slide {
  padding: 0.2rem 0 0.3rem;
  cursor: pointer;
}
.homepage .d .bottom .swiper-slide-thumb-active {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: #be1d13;
  color: #fff;
}
.homepage .d .bottom .swiper-slide-thumb-active img {
  filter: brightness(100);
}
.homepage .d dd {
  font-weight: bold;
  line-height: 0.2rem;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 0.42rem;
}
.homepage .d .flex .btn {
  display: inline-block;
  color: #fff;
  background: url(../images/home_27.png) right center no-repeat;
  padding-right: 0.3rem;
  background-size: 0.22rem auto;
  margin-top: 0.8rem;
}
.homepage .d .ft {
  padding-top: 0.4rem;
  margin: 0 auto;
  max-width: 82%;
}
.homepage .d .ft img {
  width: 100%;
}
.homepage .d .bd {
  margin: 0.4rem 0 0;
  position: relative;
}
.homepage .e {
  height: 8rem;
  background: url(../images/bg_07.png) top center no-repeat #f6f6f6;
  background-size: cover;
  padding-top: 0.5rem;
}
.homepage .e .title {
  display: flex;
  margin-bottom: 0.8rem;
  align-items: center;
}
.homepage .e .title b {
  font-size: 0.34rem;
  color: #be1e12;
}
.homepage .e .img {
  width: 3.1rem;
  height: 3.1rem;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
  padding: 0.1rem;
  background: url(../images/home_18.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .e a {
  display: block;
}
.homepage .e a:hover .img::after {
  content: "";
  width: 3.78rem;
  height: 1.46rem;
  position: absolute;

  left: -0.1rem;
  bottom: -0.1rem;
  background: url(../images/home_21.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .e .pic {
  border-radius: 50%;
}
.homepage .e .bd {
  font-size: 0.2rem;
  line-height: 0.32rem;
  position: relative;
  text-align: center;
}
.homepage .e .bd dd {
  color: #666;
}
.homepage .e .bd dt {
  font-weight: bold;
  margin: 0.2rem 0 0.1rem;
}
.homepage .e .swiper-slide {
  transition: all 0.3s;
}
.homepage .e .swiper-slide-next {
  margin-top: 0.9rem;
}
.homepage .e .next1 {
  margin-top: 1.2rem;
}
.homepage .e .next2 {
  margin-top: 0.3rem;
}
.homepage .e .swiper-button-next,
.homepage .e .swiper-button-prev {
  color: #be1e12;
  top: 35%;
}
.homepage .e .swiper-button-prev {
  left: -0.5rem;
}
.homepage .e .swiper-button-next {
  right: -0.5rem;
}
.homepage .f {
  padding: 0.4rem 0;
  background: #f6f6f6;
}
.homepage .f .box {
  padding: 0.4rem;
  background: #fff;
}
.homepage .f .box ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.homepage .f .box ul li {
  width: 50%;
  padding: 0.15rem;
}
.homepage .f .box .flex_item + .flex_item {
  padding-left: 0.3rem;
}
.homepage .f .box p {
  font-size: 0.2rem;
  color: #fff;
  position: absolute;
  left: 0;
  line-height: 0.48rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
}
.homepage .f .title {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
}
.homepage .f .title .tab span {
  cursor: pointer;
}
.homepage .f .title .tab span.on {
  color: #be1e12;
}
.homepage .f .title .tab span + span::before {
  content: "·";
  padding: 0 0.1rem;
}
.homepage .g {
}
.homepage .g .bd {
  display: flex;
  justify-content: space-between;
  height: 6.73rem;
  background: url(../images/bg_09.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0.56rem 0.34rem 0;
}
.homepage .g .title {
  font-weight: bold;
  font-size: 0.34rem;
  color: #fff;
}
.homepage .g .title::after {
  content: "";
  width: 0.8rem;
  height: 0.06rem;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
}

.homepage .g .bd .left ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  margin: -0.1rem;
}
.homepage .g .bd .left ul li {
  width: 33.333%;
  padding: 0.1rem;
}
.homepage .g .bd .left ul a {
  display: block;
  height: 3.7rem;
  position: relative;
  color: #666;
  background: url(../images/home_89.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .g .bd .left ul a:hover {
  background: url(../images/home_87.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .g .bd .left ul li:nth-child(2) a:hover {
  background: url(../images/home_88.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .g .bd .left ul li:nth-child(3) a:hover {
  background: url(../images/home_90.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .g .bd .left ul a:hover h3 {
  color: #be1e12;
}
.homepage .g .bd .left ul a h3::after {
  content: "+";
  position: absolute;
  right: -0.4rem;
  top: 0.15rem;
  font-size: 0.14rem;
}
.homepage .g .bd .left ul a h3,
.homepage .g .bd .left ul a span {
  writing-mode: vertical-lr;
}
.homepage .g .bd .left ul a span {
  position: absolute;
  bottom: 0.2rem;
  right: 0.4rem;
  padding-bottom: 0.3rem;
}
.homepage .g .bd .left ul a span::after {
  content: "";
  display: block;
  height: 0.28rem;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.homepage .g .bd .left ul a h3 {
  font-size: 0.24rem;
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
}
.homepage .g .bd .center {
  width: 51.5%;
  margin-left: 1.2rem;
  padding-top: 0.5rem;
  margin-right: -0.1rem;
}
.homepage .g .bd .center p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.2rem;
  width: 100%;
  padding: 0.1rem 0;
  display: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.homepage .g .bd .center .swiper-wrapper {
  align-items: center;
}
.homepage .g .bd .center .swiper-slide {
  transition: 500ms;
  width: 4.3rem;
}
.homepage .g .bd .center .swiper-slide img {
  width: 100%;
}
.homepage .g .bd .center .swiper-slide-active {
  width: 5.98rem;
  z-index: 9;
}
.homepage .g .bd .center .swiper-slide-active img {
}
.homepage .g .bd .center .swiper-slide-active p {
  display: block;
}

.homepage .g .bd .right {
  width: 10%;
  position: relative;
  text-align: right;
}
.homepage .g .bd .right .title {
  color: #be1e12;
}
.homepage .g .bd .right .title::after {
  background: #be1e12;
}
.homepage .g .bd .right ul {
  margin-top: 0.3rem;
  line-height: 0.56rem;
  font-size: 0.22rem;
  cursor: pointer;
}

.homepage .g .bd .right li.on {
  color: #be1e12;
}
.homepage .g .bd .swiper-button-next,
.homepage .g .bd .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  background: #b3b3b3;
  color: #fff;
  left: auto;
  margin-top: 1rem;
}
.homepage .g .bd .swiper-button-next::after,
.homepage .g .bd .swiper-button-prev::after {
  font-size: 0.22rem;
}
.homepage .g .bd .swiper-button-next {
  right: 0;
  background: #be1e12;
}
.homepage .g .bd .swiper-button-prev {
  right: 0.5rem;
}

/**/
@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1700px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 70px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 60px;
  }
  .container {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
  }
  .header.on .m_nav i {
    background: #ccc;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
@media (max-width: 768px) {
  .header .nav {
    display: none;
  }
  .header .side {
    height: 0.5rem;
    position: static;
    margin-right: 0.4rem;
  }
  .header .serachicon {
    width: 0.2rem;
    height: 0.2rem;
  }
  .header {
    padding: 0.1rem 0.15rem;
  }
  .header .logo img {
    width: 2.5rem;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 23px;
    z-index: 99;
  }
  .m_nav i:nth-child(2) {
    width: 19px;
    margin-left: 4px;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #be1e12;
    margin-bottom: 6px;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .banner_info .bd {
    position: static;
  }
  .banner_info > img {
    height: 2.5rem;
  }
  .banner_info::before {
    height: 1rem;
    bottom: 0.39rem;
  }
  .banner_info dd {
    display: none;
  }
  .banner_info,
  .news,
  .footer,
  .news .a .box .more a {
    font-size: 0.16rem;
  }
  .banner_info .bread {
    padding: 0.1rem 0;
    color: #666;
  }
  .banner_info .bread a {
    color: #666;
  }
  .banner_info dt {
    position: absolute;
    bottom: 0.6rem;
    left: 0.15rem;
    font-size: 0.24rem;
  }
  .news .a .flex {
    padding: 0;
    display: block;
  }
  .news .a {
    padding: 0.2rem 0;
  }
  .news .a .box {
    padding: 0.15rem 0;
  }
  .news .a h3 {
    font-size: 0.22rem;
    margin-top: 0.15rem;
  }
  .news .a p {
    margin: 0.15rem 0;
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  .news .a .box .more {
    padding-top: 0.2rem;
  }
  .news .a .swiper-pagination {
    padding: 0 0 0.1rem 0;
  }
  .news .b .bd ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .news .b .bd ul li:nth-child(even) {
    border-left: 1px solid #ddd;
  }
  .news .b .bd ul li a {
    padding: 0.15rem;
  }
  .news .b .bd ul li h4 {
    font-size: 0.16rem;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 0.22rem;
  }
  .news .b .bd ul li .flex_item + .flex_item {
    padding-left: 0.15rem;
  }
  .pages a {
    font-size: 0.16rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .footer .hd {
    font-size: 0.14rem;
  }

  .footer .hd li {
    padding: 0.15rem 0 0.15rem 0.9rem;
    line-height: 0.24rem;
  }
  .footer .hd li > span {
    width: 0.75rem;
    bottom: auto;
    top: 0.15rem;
  }
  .footer .hd li:last-child {
    padding-right: 0.5rem;
  }
  .footer .hd .swiper-button-next::after,
  .footer .hd .swiper-button-prev::after {
    font-size: 0.14rem;
  }
  .footer .hd .swiper-button-prev {
    right: 0.25rem;
  }
  .footer .hd li .link > a {
    margin-right: 0.15rem;
  }
  .footer .bd .code {
    display: none;
  }
  .footer .logo {
    padding: 0.15rem 0;
  }
  .footer .logo img {
    width: 2rem;
  }
  .footer {
    height: auto;
    background-size: auto 2rem;
  }
  .footer .bd {
    line-height: 0.24rem;
    font-size: 0.12rem;
    padding: 0.1rem 0;
  }
  .footer .hd ul {
    padding: 0.1rem 0;
  }
  .footer {
    padding-bottom: 0;
  }
  .aboutus .b {
    margin: 0;
    padding-top: 0.2rem;
  }
  .aboutus .b a {
    margin: 0 0 0.2rem 0;
  }
  .aboutus .b a dl dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .aboutus .b a dl {
    padding: 0.15rem;
  }
  .aboutus,
  .culture,
  .culture .a .box .title {
    font-size: 0.16rem;
  }
  .aboutus .c li .flex_item {
    padding-right: 0.2rem;
    font-size: 0.16rem;
  }
  .aboutus .c li {
    line-height: 0.45rem;
    padding: 0 0 0 0.25rem;
  }
  .aboutus .c li::before {
    left: 0;
    width: 0.08rem;
    height: 0.08rem;
  }
  .aboutus .c,
  .culture {
    padding: 0.2rem 0;
  }
  .aboutus .c .bd {
    padding-bottom: 0.2rem;
  }
  .culture .a .flex {
    display: block;
  }
  .culture .a .box {
    padding: 0.3rem 0.15rem;
    position: static;
  }
  .culture .a .box .lists > div {
    width: 33.333%;
  }
  .culture .a .box .title span,
  .culture .a .box h3 {
    font-size: 0.24rem;
  }
  .culture .a .down {
    position: absolute;
    width: 100%;
  }
  .culture .a .box .height {
    height: 0.8rem;
  }
  .culture .a .box .title {
    padding: 0;
  }
  .culture .a .box .height {
    margin-top: 0.15rem;
    line-height: 0.3rem;
  }
  .culture .a .box .height h4 {
    font-size: 0.16rem;
  }
  .header .search {
    width: 100%;
    padding: 0.15rem;
  }
  .header .search input {
    font-size: 0.16rem;
  }
  .aboutus .d {
    padding: 0.2rem 0;
  }
  .aboutus .d .bd {
    display: block;
  }
  .aboutus .d .bd > span {
    display: none;
  }
  .aboutus .d .title {
    font-size: 0.24rem;
  }
  .aboutus .d .title::after {
    width: 0.3rem;
    height: 0.02rem;
    margin: 0.15rem 0;
  }
  .aboutus .d .bd li {
    height: 0.8rem;
    font-size: 0.16rem;
  }
  .aboutus .d .bd li .side b {
    font-size: 0.36rem;
  }
  .aboutus .d .bd > .flex_item + .flex_item {
    margin: 0;
  }
  .aboutus .d .bd p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.15rem;
  }
  .aboutus .e .flex {
    display: block;
    height: auto;
  }
  .aboutus .e .box {
    width: 100%;
    position: static;
    padding: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.2rem;
  }
  .aboutus .e {
    height: auto;
    padding: 0.3rem 0;
  }
  .aboutus .e .flex h3 {
    font-size: 0.2rem;
  }
  .culture .bd ul li p {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
  }
  .culture .bd ul {
    margin: -0.05rem;
  }
  .culture .bd ul li {
    width: 50%;
    padding: 0.05rem;
  }
  .culture .bd {
    padding-bottom: 0.2rem;
  }
  .news .c li a {
    display: block;
    padding: 0.15rem 0;
  }
  .news .c li h4,
  .news .c li p {
    max-width: 100%;
  }
  .news .c li dl,
  .newsitem .left {
    display: none;
  }
  .news .c li p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .news .c li h4 {
    font-size: 0.2rem;
  }
  .newsitem .container > .flex {
    display: block;
  }
  .newsitem .flex .side {
    width: 100%;
    margin: 0.2rem 0 0;
  }
  .newsitem {
    font-size: 0.16rem;
    padding: 0.2rem 0;
  }
  .newsitem .hd h1 {
    font-size: 0.2rem;
  }
  .newsitem .hd p span {
    padding-right: 0;
    display: inline-block;
    font-size: 0.14rem;
  }
  .newsitem .hd p {
    margin-top: 0.1rem;
  }
  .newsitem .bd {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.1rem;
  }
  .newsitem .flex .side .title {
    font-size: 0.16rem;
  }
  .newsitem .flex .side .pic {
    width: 1.2rem;
  }
  .newsitem .flex .side h4 {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  .newsitem .flex .side .bg,
  .aboutus .a {
    padding: 0.2rem 0;
  }
  .aboutus .a .bd li {
    width: 50%;
    padding: 0.05rem;
  }
  .aboutus .a .bd ul {
    margin: -0.05rem;
  }
  .aboutus .a .bd li {
    font-size: 0.16rem;
  }
  .aboutus .a .bd li p {
    line-height: 0.3rem;
  }
  .aboutus .a .bd {
    padding-bottom: 0.2rem;
  }
  .aboutus .a_news li p {
    font-size: 0.16rem;
  }
  /**/
  .homepage,
  .homepage .a .bd .inbanner p,
  .homepage .a ul a h4,
  .homepage .b .box li .flex_item {
    font-size: 0.16rem;
  }
  .homepage .a .box {
    margin-top: 0;
    padding: 0.15rem;
  }
  .homepage .a .bd {
    display: block;
    margin-top: 0.2rem;
  }
  .homepage .a .bd .inbanner {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .homepage .a .container,
  .homepage .b .container,
  .homepage .c .container {
    padding: 0;
  }
  .homepage .a .hd {
    font-size: 0.14rem;
  }
  .homepage .a .hd h2 {
    font-size: 0.18rem;
  }
  .homepage .container {
    width: 100%;
  }
  .homepage .a .bd .inbanner p {
    line-height: 0.4rem;
  }
  .homepage .a .bd .swiper-button-next,
  .homepage .a .bd .swiper-button-prev {
    bottom: 0;
  }
  .homepage .a .title span {
    font-size: 0.18rem;
  }
  .homepage .a .title {
    line-height: 0.45rem;
  }
  .homepage .b {
    margin-top: 0.2rem;
  }

  .homepage .b .bd {
    margin: 0;
  }
  .homepage .b .box {
    width: 100%;
    border-right: none;
    padding: 0.15rem 0;
  }
  .homepage .b .in {
    padding: 0 0.15rem;
  }
  .homepage .b .box li a span {
    display: none;
  }
  .homepage .b .box li {
    line-height: 0.4rem;
  }
  .homepage .b .title {
    font-size: 0.2rem;
  }
  .homepage .c .box {
    margin-top: 0.2rem;
    padding: 0.3rem 0.15rem;
  }
  .homepage .c .box .title img {
    width: 1.3rem;
  }
  .homepage .c .box .bd {
    margin-top: 0.15rem;
  }
  .homepage .d .bd {
    height: auto;
    margin: 0;
    padding: 0.3rem 0;
    background-size: cover;
  }
  .homepage .d .flex {
    display: block;
  }
  .homepage .d .flex .pic {
    width: 100%;
    margin: 0.15rem 0 0;
  }
  .homepage .d .swiper-slide {
    padding: 0;
  }
  .homepage .d .bottom .swiper {
    width: 100%;
    font-size: 0.16rem;
  }
  .homepage .d .bottom .swiper img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .homepage .d .bottom .swiper-slide {
    padding: 0.15rem 0;
  }
  .homepage .d .bottom {
    margin-top: 0;
    position: static;
  }
  .homepage .d .flex_item {
    padding: 0;
  }
  .homepage .d dt {
    padding-top: 0.4rem;
    font-size: 0.8rem;
  }
  .homepage .d dd {
    font-size: 0.28rem;
  }
  .homepage .d .flex {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 20px;
    height: auto;
  }
  .homepage .d .flex .btn {
    margin: 0.3rem 0;
  }
  .homepage .d .ft {
    margin-top: 0.2rem;
  }
  .homepage .d .ft img {
    height: 0.5rem;
  }
  .homepage .e {
    height: auto;
    padding: 0.4rem 0;
  }
  .homepage .e .swiper-button-next {
    right: 0;
  }
  .homepage .e .swiper-button-prev {
    left: 0;
  }
  .homepage .e .img {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.05rem;
  }
  .homepage .e a:hover .img {
    transform: rotateY(0);
  }
  .homepage .e a .img::after,
  .homepage .e a:hover .img::after {
    content: "";
    width: 2.6rem;
    height: 0.8rem;
    position: absolute;
    transform: rotateY(0);
    left: 0.1rem;
    bottom: -0.1rem;
    background: url(../images/home_21.png) center no-repeat;
    background-size: 100% 100%;
  }
  .homepage .e .bd {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .homepage .e .swiper-slide-next,
  .homepage .e .next1 {
    margin: 0;
  }
  .homepage .e .swiper-button-next {
    right: 0.2rem;
  }
  .homepage .e .swiper-button-prev {
    left: 0.2rem;
  }
  .homepage .f {
    background: #fff;
    padding: 0.2rem 0;
  }
  .homepage .f .box {
    padding: 0;
  }
  .homepage .f .title {
    font-size: 0.22rem;
  }
  .homepage .f .bd {
    display: block;
  }
  .homepage .f .box .flex_item + .flex_item {
    padding: 0.15rem 0 0;
  }
  .homepage .f .box ul {
    margin: -0.07rem;
  }
  .homepage .f .box ul li {
    padding: 0.07rem;
  }
  .homepage .f .box p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    padding: 0 0.1rem;
  }
  .homepage .g {
    height: auto;
    background: none;
    padding: 0.3rem 0 0;
  }
  .homepage .g .bd {
    display: block;
    padding: 0;
    height: auto;
    background: none;
  }
  .homepage .g .bd .left,
  .homepage .g .bd .center,
  .homepage .g .bd .right {
    width: 100%;
    padding: 0.15rem;
  }
  .homepage .g .title {
    font-size: 0.2rem;
  }
  .homepage .g .container {
    padding: 0;
  }
  .homepage .g .title::after {
    width: 0.4rem;
    height: 0.03rem;
  }
  .homepage .g .bd .left ul {
    padding-top: 0.2rem;
    margin: -0.05rem;
  }
  .homepage .g .bd .left ul li {
    padding: 0.05rem;
  }
  .homepage .g .bd .left ul a {
    height: 3rem;
    background: url(../images/home_87.png) center no-repeat;
    background-size: 100% 100%;
  }
  .homepage .g .bd .left ul a h3 {
    font-size: 0.18rem;
    color: #be1e12;
  }
  .homepage .g .bd .left {
    background: url(../images/bg_04.jpg) left center no-repeat;
    background-size: auto 100%;
  }

  .homepage .g .bd .center .swiper-slide {
    padding: 0;
  }
  .homepage .g .bd .center .swiper-slide-active img,
  .homepage .g .bd .center .swiper-slide img {
    height: auto;
  }
  .homepage .g .bd .center {
    margin: 0;
    padding: 0.3rem 0.15rem 0.8rem;
    background: url(../images/bg_09.png) right top no-repeat;
    background-size: auto 100%;
  }
  .homepage .g .bd .right {
    padding: 0;
    position: static;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    text-align: left;
  }
  .homepage .g .bd .right ul {
    margin: 0;
    line-height: 0.3rem;
    height: 0.3rem;
    font-size: 0.16rem;
  }
  .homepage .g .bd .right ul li {
    padding-left: 0.2rem;
  }
  .homepage .g .bd {
    position: relative;
  }
  .homepage .g .bd .swiper-button-next,
  .homepage .g .bd .swiper-button-prev {
    margin: 0;
    bottom: 0.3rem;
    top: auto;
    width: 0.3rem;
    height: 0.3rem;
  }
  .homepage .g .bd .swiper-button-next::after,
  .homepage .g .bd .swiper-button-prev::after {
    font-size: 0.16rem;
  }
  .homepage .g .bd .swiper-button-prev {
    right: 50%;
    margin-right: 0.05rem;
  }
  .homepage .g .bd .swiper-button-next {
    right: 50%;
    margin-right: -0.35rem;
  }
  .homepage .e .title b {
    font-size: 0.22rem;
  }
  .homepage .banner img {
    height: 2.5rem;
  }
  .culture .a .close {
    right: 0.15rem;
  }
  .homepage .e .swiper-button-next::after,
  .homepage .e .swiper-button-prev::after {
    font-size: 0.18rem;
  }
  .footer .hd .swiper-button-next,
  .footer .hd .swiper-button-prev {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
  .footer .bd a img {
    width: 0.14rem;
    margin-right: 0.05rem;
  }
  .banner_info .bread i {
    width: 0.16rem;
    height: 0.15rem;
  }
  .homepage .container,
  .footer .container {
    width: 100%;
  }
  .homepage .a .bd .inbanner img {
    height: auto;
  }
  .header > .flex {
    align-items: center;
  }
  .infobread .bread {
    display: none;
  }
  .infobread ul {
    white-space: nowrap;
    overflow-x: auto;
  }
  .infobread ul li {
    margin-right: 0.2rem;
  }
  .infobread {
    line-height: 0.5rem;
    font-size: 0.16rem;
  }
  .infobread .flex {
    display: block;
  }
  .news .a .flex .pic img {
    height: auto;
  }
}
